Update gtk_file_chooser_set_do_overwrite_confirmation() documentation to reflect...
authorTimothy Arceri <t_arceri@yahoo.com.au>
Mon, 20 May 2013 21:54:00 +0000 (07:54 +1000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 26 May 2013 04:17:48 +0000 (00:17 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=360131

gtk/gtkfilechooser.c

index 2600a136a903971ac67c7f2016405d44459b71b2..42bc0d22be1a679b43521a4ed24a2a44e98a2947 100644 (file)
@@ -2567,7 +2567,7 @@ gtk_file_chooser_get_show_hidden (GtkFileChooser *chooser)
  * a confirmation dialog if the user types a file name that already exists.  This
  * is %FALSE by default.
  *
- * Regardless of this setting, the @chooser will emit the
+ * If set to %TRUE, the @chooser will emit the
  * #GtkFileChooser::confirm-overwrite signal when appropriate.
  *
  * If all you need is the stock confirmation dialog, set this property to %TRUE.